Class: Aws::AppSync::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::LimitExceededException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appsync/types.rb
Overview
The request exceeded a limit. Try your request again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3548 3549 3550 3551 3552 |
# File 'lib/aws-sdk-appsync/types.rb', line 3548 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |