Class: Aws::ResourceExplorer2::Types::UnauthorizedException

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

Overview

The principal making the request isn't permitted to perform the operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


1302
1303
1304
1305
1306
# File 'gems/aws-sdk-resourceexplorer2/lib/aws-sdk-resourceexplorer2/types.rb', line 1302

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