Class: Aws::IdentityStore::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::IdentityStore::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-identitystore/types.rb
Overview
The request would cause the number of users or groups in the identity store to exceed the maximum allowed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
- #message ⇒ String
-
#request_id ⇒ String
The identifier for each request.
Instance Attribute Details
#message ⇒ String
1602 1603 1604 1605 1606 1607 |
# File 'lib/aws-sdk-identitystore/types.rb', line 1602 class ServiceQuotaExceededException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |
#request_id ⇒ String
The identifier for each request. This value is a globally unique ID that is generated by the identity store service for each sent request, and is then returned inside the exception if the request fails.
1602 1603 1604 1605 1606 1607 |
# File 'lib/aws-sdk-identitystore/types.rb', line 1602 class ServiceQuotaExceededException < Struct.new( :message, :request_id) SENSITIVE = [] include Aws::Structure end |