Class: Aws::GlobalAccelerator::Types::AcceleratorNotDisabledException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::AcceleratorNotDisabledException
- Defined in:
- gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb
Overview
The accelerator that you specified could not be disabled.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
200 201 202 203 204 |
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 200 class AcceleratorNotDisabledException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |