Smaws_Client_ElasticBeanstalk.DescribeAccountAttributesReturns attributes related to AWS Elastic Beanstalk that are associated with the calling AWS account.
The result currently has one set of attributes—resource quotas.
val error_to_string :
[ Smaws_Lib.Protocols.AwsQuery.error
| `InsufficientPrivilegesException of Types.insufficient_privileges_exception ] ->
stringval request :
'http_type Smaws_Lib.Context.t ->
Smaws_Lib.Smithy_api.Types.unit_ ->
(Types.describe_account_attributes_result,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InsufficientPrivilegesException of
Types.insufficient_privileges_exception ])
Stdlib.resultval request_with_metadata :
'http_type Smaws_Lib.Context.t ->
Smaws_Lib.Smithy_api.Types.unit_ ->
(Types.describe_account_attributes_result Smaws_Lib.Response.t,
[> Smaws_Lib.Protocols.AwsQuery.error
| `InsufficientPrivilegesException of
Types.insufficient_privileges_exception ]
* Smaws_Lib.Response.metadata)
Stdlib.result