Class: Aws::Backup::Types::InvalidResourceStateException

Inherits:
Struct
  • Object
show all
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

#codeString

Returns:

  • (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

#contextString

Returns:

  • (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

#messageString

Returns:

  • (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

#typeString

Returns:

  • (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