Class: Aws::Backup::Types::InvalidResourceStateException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Backup::Types::InvalidResourceStateException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-backup/types.rb
Overview
Backup is already performing an action on this recovery point. It can’t perform the action you requested until the first action finishes. Try again later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#code ⇒ String
4247 4248 4249 4250 4251 4252 4253 4254 |
# File 'lib/aws-sdk-backup/types.rb', line 4247 class InvalidResourceStateException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#context ⇒ String
4247 4248 4249 4250 4251 4252 4253 4254 |
# File 'lib/aws-sdk-backup/types.rb', line 4247 class InvalidResourceStateException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
4247 4248 4249 4250 4251 4252 4253 4254 |
# File 'lib/aws-sdk-backup/types.rb', line 4247 class InvalidResourceStateException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
4247 4248 4249 4250 4251 4252 4253 4254 |
# File 'lib/aws-sdk-backup/types.rb', line 4247 class InvalidResourceStateException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |