Class: Aws::AppSync::Types::ApiKeyValidityOutOfBoundsException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::AppSync::Types::ApiKeyValidityOutOfBoundsException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-appsync/types.rb
 
Overview
The API key expiration must be set to a value between 1 and 365 days from creation (for ‘CreateApiKey`) or from update (for `UpdateApiKey`).
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      372 373 374 375 376  | 
    
      # File 'lib/aws-sdk-appsync/types.rb', line 372 class ApiKeyValidityOutOfBoundsException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |