Class: Aws::RDSDataService::Types::HttpEndpointNotEnabledException

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

Overview

The HTTP endpoint for using RDS Data API isn’t enabled for the DB cluster.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

Returns:

  • (String)


696
697
698
699
700
# File 'lib/aws-sdk-rdsdataservice/types.rb', line 696

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