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

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


3721
3722
3723
3724
3725
# File 'gems/aws-sdk-kms/lib/aws-sdk-kms/types.rb', line 3721

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