Class: Aws::GlobalAccelerator::Types::AssociatedListenerFoundException

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-globalaccelerator/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

#messageString

Returns:

  • (String)


413
414
415
416
417
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 413

class AssociatedListenerFoundException < Struct.new(
  :message)
  SENSITIVE = []
  include Aws::Structure
end