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
3941 3942 3943 3944 3945 |
# File 'lib/aws-sdk-kms/types.rb', line 3941 class InvalidArnException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |