Class: Aws::KMS::Types::InvalidAliasNameException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (String)


3653
3654
3655
3656
3657
# File 'lib/aws-sdk-kms/types.rb', line 3653

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