Class: Aws::TimestreamQuery::Types::InvalidEndpointException
- Inherits:
-
Struct
- Object
- Struct
- Aws::TimestreamQuery::Types::InvalidEndpointException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-timestreamquery/types.rb
Overview
The requested endpoint is invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
514 515 516 517 518 |
# File 'lib/aws-sdk-timestreamquery/types.rb', line 514 class InvalidEndpointException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |