Class: Aws::AppSync::Types::ApiKeyLimitExceededException
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppSync::Types::ApiKeyLimitExceededException
- Defined in:
- gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb
Overview
The API key exceeded a limit. Try your request again.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
290 291 292 293 294 |
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 290 class ApiKeyLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |