Class: Aws::Firehose::Types::ConcurrentModificationException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::ConcurrentModificationException
- 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.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
A message that provides information about the error.
Instance Attribute Details
#message ⇒ String
A message that provides information about the error.
695 696 697 698 699 |
# File 'lib/aws-sdk-firehose/types.rb', line 695 class ConcurrentModificationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |