Class: Aws::KMS::Types::InvalidArnException

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

Overview

The request was rejected because a specified ARN, or an ARN in a key policy, is not valid.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


3667
3668
3669
3670
3671
# File 'lib/aws-sdk-kms/types.rb', line 3667

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