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