Class: Aws::AmplifyBackend::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AmplifyBackend::Types::LimitExceededException
- Defined in:
- gems/aws-sdk-amplifybackend/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.
3275 3276 3277 3278 3279 3280 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3275 class LimitExceededException < Struct.new( :limit_type, :message) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
An error message to inform that the request has failed.
3275 3276 3277 3278 3279 3280 |
# File 'gems/aws-sdk-amplifybackend/lib/aws-sdk-amplifybackend/types.rb', line 3275 class LimitExceededException < Struct.new( :limit_type, :message) SENSITIVE = [] include Aws::Structure end |