Class: Aws::AppSync::Types::ApiKeyLimitExceededException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::ApiKeyLimitExceededException
 
 
- Includes:
 - Structure
 
- Defined in:
 - 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
      357 358 359 360 361  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 357 class ApiKeyLimitExceededException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |