Class: Aws::KMS::Types::InvalidArnException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::InvalidArnException
- 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
#message ⇒ String
3935 3936 3937 3938 3939 |
# File 'lib/aws-sdk-kms/types.rb', line 3935 class InvalidArnException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |