Class: Aws::Firehose::Types::ConcurrentModificationException

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

Overview

Another modification has already happened. Fetch ‘VersionId` again and use it to update the destination.

Instance Attribute Summary collapse

Instance Attribute Details

#messageString

A message that provides information about the error.

Returns:

  • (String)


97
98
99
100
# File 'lib/aws-sdk-firehose/types.rb', line 97

class ConcurrentModificationException < Struct.new(
  :message)
  include Aws::Structure
end