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

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-rdsdataservice/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)


681
682
683
684
685
# File 'gems/aws-sdk-rdsdataservice/lib/aws-sdk-rdsdataservice/types.rb', line 681

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