Class: Aws::AppSync::Types::ApiKeyValidityOutOfBoundsException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appsync/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

#messageString

Returns:

  • (String)


372
373
374
375
376
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 372

class ApiKeyValidityOutOfBoundsException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end