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.
698 699 700 701 702 |
# File 'lib/aws-sdk-firehose/types.rb', line 698 class ConcurrentModificationException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |