Class: Aws::Amplify::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Amplify::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplify/types.rb
Overview
A resource could not be created because service quotas were exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1925 1926 1927 1928 1929 |
# File 'lib/aws-sdk-amplify/types.rb', line 1925 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |