Class: Aws::IoT::Types::UnauthorizedException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-iot/types.rb

Overview

You are not authorized to perform this operation.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The message for the exception.

Returns:

  • (String)


19124
19125
19126
19127
19128
# File 'lib/aws-sdk-iot/types.rb', line 19124

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