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

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


4204
4205
4206
4207
4208
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 4204

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