Class: Aws::GlobalAccelerator::Types::AssociatedEndpointGroupFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::AssociatedEndpointGroupFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
The listener that you specified has an endpoint group associated with it. You must remove all dependent resources from a listener before you can delete it.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
398 399 400 401 402 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 398 class AssociatedEndpointGroupFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |