Class: Aws::AmplifyUIBuilder::Types::ServiceQuotaExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyUIBuilder::Types::ServiceQuotaExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifyuibuilder/types.rb
Overview
You exceeded your service quota. Service quotas, also referred to as limits, are the maximum number of service resources or operations for your Amazon Web Services account.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2921 2922 2923 2924 2925 |
# File 'lib/aws-sdk-amplifyuibuilder/types.rb', line 2921 class ServiceQuotaExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |