Class: Aws::SSO::Types::UnauthorizedException

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

Overview

Indicates that the request is not authorized. This can happen due to an invalid access token in the request.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


330
331
332
333
# File 'lib/aws-sdk-sso/types.rb', line 330

class UnauthorizedException < Struct.new(
  :message)
  include Aws::Structure
end