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
2535 2536 2537 2538 2539 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 2535 class LimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |