Class: Aws::HealthLake::Types::UnauthorizedException

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

Overview

You are not authorized to make this request. Verify that your AWS credentials are valid and that you have the required permissions.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


2411
2412
2413
2414
2415
# File 'lib/aws-sdk-healthlake/types.rb', line 2411

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