Class: Aws::GlobalAccelerator::Types::TransactionInProgressException

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

#messageString

Returns:

  • (String)


3222
3223
3224
3225
3226
# File 'gems/aws-sdk-globalaccelerator/lib/aws-sdk-globalaccelerator/types.rb', line 3222

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