Class: Aws::GlobalAccelerator::Types::TransactionInProgressException
- Inherits:
-
Struct
- Object
- Struct
- Aws::GlobalAccelerator::Types::TransactionInProgressException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-globalaccelerator/types.rb
Overview
There’s already a transaction in progress. Another transaction can’t be processed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3222 3223 3224 3225 3226 |
# File 'lib/aws-sdk-globalaccelerator/types.rb', line 3222 class TransactionInProgressException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |