Class: Aws::DatabaseMigrationService::Types::KMSInvalidStateFault

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb

Overview

The state of the specified KMS resource isn't valid for this request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


6590
6591
6592
6593
6594
# File 'gems/aws-sdk-databasemigrationservice/lib/aws-sdk-databasemigrationservice/types.rb', line 6590

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