Class: Aws::RDSDataService::Types::ForbiddenException

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

Overview

There are insufficient privileges to make the call.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message returned by this ‘ForbiddenException` error.

Returns:

  • (String)


673
674
675
676
677
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 673

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