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
4489 4490 4491 4492 4493 4494 4495 4496 |
# File 'lib/aws-sdk-backup/types.rb', line 4489 class InvalidResourceStateException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#context ⇒ String
4489 4490 4491 4492 4493 4494 4495 4496 |
# File 'lib/aws-sdk-backup/types.rb', line 4489 class InvalidResourceStateException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#message ⇒ String
4489 4490 4491 4492 4493 4494 4495 4496 |
# File 'lib/aws-sdk-backup/types.rb', line 4489 class InvalidResourceStateException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |
#type ⇒ String
4489 4490 4491 4492 4493 4494 4495 4496 |
# File 'lib/aws-sdk-backup/types.rb', line 4489 class InvalidResourceStateException < Struct.new( :code, :message, :type, :context) SENSITIVE = [] include Aws::Structure end |