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