Class: Aws::RDSDataService::Types::HttpEndpointNotEnabledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RDSDataService::Types::HttpEndpointNotEnabledException
- 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
#message ⇒ 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 |