Class: Aws::APIGateway::Types::UnauthorizedException

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

Overview

The request is denied because the caller has insufficient permissions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


5168
5169
5170
5171
5172
# File 'gems/aws-sdk-apigateway/lib/aws-sdk-apigateway/types.rb', line 5168

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