Class: Aws::KMS::Types::KeyUnavailableException

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

Overview

The request was rejected because the specified KMS key was not available. You can retry the request.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4136
4137
4138
4139
4140
# File 'lib/aws-sdk-kms/types.rb', line 4136

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