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

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


3735
3736
3737
3738
3739
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 3735

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