Class: Aws::AppStream::Types::ConcurrentModificationException

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appstream/types.rb

Overview

An API error occurred. Wait a few minutes and try again.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

The error message in the exception.

Returns:

  • (String)

455
456
457
458
459
# File 'lib/aws-sdk-appstream/types.rb', line 455

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