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



4656
4657
4658
4659
4660
# File 'lib/aws-sdk-kms/types.rb', line 4656

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