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)


305
306
307
308
309
# File 'gems/aws-sdk-appsync/lib/aws-sdk-appsync/types.rb', line 305

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