Values.DescribeAccountAttributesResultSourceReturns attributes related to AWS Elastic Beanstalk that are associated with the calling AWS account. The result currently has one set of attributes—resource quotas.
type describeAccountAttributesResult = {resourceQuotas : ResourceQuotas.t option;The Elastic Beanstalk resource quotas associated with the calling AWS account.
*)}and t = {describeAccountAttributesResult : describeAccountAttributesResult;responseMetaData : responseMetaData;}type error = [ | `InsufficientPrivilegesException of InsufficientPrivilegesException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InsufficientPrivilegesException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InsufficientPrivilegesException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string
* [> `Structure of
(string * [> `Integer of BoxedInt.t ]) list ])
list ])
list ])
list ]