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
      681 682 683 684 685  | 
    
      # File 'lib/aws-sdk-rdsdataservice/types.rb', line 681 class HttpEndpointNotEnabledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |