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 invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
429 430 431 432 433 |
# File 'lib/aws-sdk-timestreamwrite/types.rb', line 429 class InvalidEndpointException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |