Class: Aws::Backup::Types::ConflictException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::ConflictException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Backup can’t perform the action that you requested until it finishes performing a previous action. Try again later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
1187 1188 1189 1190 1191 1192 1193 1194 |
# File 'lib/aws-sdk-backup/types.rb', line 1187 class ConflictException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#context ⇒ String
1187 1188 1189 1190 1191 1192 1193 1194 |
# File 'lib/aws-sdk-backup/types.rb', line 1187 class ConflictException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
1187 1188 1189 1190 1191 1192 1193 1194 |
# File 'lib/aws-sdk-backup/types.rb', line 1187 class ConflictException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
1187 1188 1189 1190 1191 1192 1193 1194 |
# File 'lib/aws-sdk-backup/types.rb', line 1187 class ConflictException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |