Class: Aws::AmplifyBackend::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-amplifybackend/types.rb
Overview
An error that is returned when a limit of a specific type has been exceeded.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#limit_type ⇒ String
The type of limit that was exceeded.
-
#message ⇒ String
An error message to inform that the request has failed.
Instance Attribute Details
#limit_type ⇒ String
The type of limit that was exceeded.
2528 2529 2530 2531 2532 2533 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2528 class LimitExceededException < Struct.new( :limit_type, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
An error message to inform that the request has failed.
2528 2529 2530 2531 2532 2533 |
# File 'lib/aws-sdk-amplifybackend/types.rb', line 2528 class LimitExceededException < Struct.new( :limit_type, :message) SENSITIVE = [] include Aws::Structure end |