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
3090 3091 3092 3093 3094 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 3090 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |