Class: Aws::KMS::Types::DisabledException

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 is not enabled.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1950
1951
1952
1953
1954
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 1950

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