Class: Aws::TimestreamWrite::Types::InvalidEndpointException
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::TimestreamWrite::Types::InvalidEndpointException
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-timestreamwrite/types.rb
 
Overview
The requested endpoint was not valid.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
      741 742 743 744 745  | 
    
      # File 'lib/aws-sdk-timestreamwrite/types.rb', line 741 class InvalidEndpointException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end  |