Class: Aws::AppSync::Types::LimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::LimitExceededException
- Defined in:
- gems/aws-sdk-appsync/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
3591 3592 3593 3594 3595 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3591 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |