Class: Aws::Schemas::Types::UnauthorizedException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#codeString

Returns:

  • (String)


1717
1718
1719
1720
1721
1722
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1717

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

#messageString

Returns:

  • (String)


1717
1718
1719
1720
1721
1722
# File 'gems/aws-sdk-schemas/lib/aws-sdk-schemas/types.rb', line 1717

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