Class: Aws::GlobalAccelerator::Types::EndpointNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::EndpointNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
The endpoint that you specified doesn’t exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
2247 2248 2249 2250 2251 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 2247 class EndpointNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |