Class: Aws::AlexaForBusiness::Types::UnauthorizedException

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

Overview

The caller has no permissions to operate on the resource involved in the API call.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


4707
4708
4709
4710
4711
# File 'gems/aws-sdk-alexaforbusiness/lib/aws-sdk-alexaforbusiness/types.rb', line 4707

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