Class: Aws::KMS::Types::InvalidAliasNameException
- Inherits:
-
Struct
- Object
- Struct
- Aws::KMS::Types::InvalidAliasNameException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-kms/types.rb
Overview
The request was rejected because the specified alias name is not valid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3921 3922 3923 3924 3925 |
# File 'lib/aws-sdk-kms/types.rb', line 3921 class InvalidAliasNameException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |