Class: Aws::States::Types::KmsInvalidStateException

Inherits:
Struct
  • Object
show all
Includes:
Aws::Structure
Defined in:
lib/aws-sdk-states/types.rb

Overview

The KMS key is not in valid state, for example: Disabled or Deleted.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#kms_key_stateString

Current status of the KMS; key. For example: ‘DISABLED`, `PENDING_DELETION`, `PENDING_IMPORT`, `UNAVAILABLE`, `CREATING`.

Returns:

  • (String)


2270
2271
2272
2273
2274
2275
# File 'lib/aws-sdk-states/types.rb', line 2270

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

#messageString

Returns:

  • (String)


2270
2271
2272
2273
2274
2275
# File 'lib/aws-sdk-states/types.rb', line 2270

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