Class: Aws::Mgn::Types::NetworkMigrationFailedResourceDetails

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-mgn/types.rb

Overview

Details about a resource that failed to deploy.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#logical_idString

The logical ID of the failed resource.

Returns:

  • (String)


4591
4592
4593
4594
4595
4596
4597
# File 'lib/aws-sdk-mgn/types.rb', line 4591

class NetworkMigrationFailedResourceDetails < Struct.new(
  :logical_id,
  :status,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of the failed resource.

Returns:

  • (String)


4591
4592
4593
4594
4595
4596
4597
# File 'lib/aws-sdk-mgn/types.rb', line 4591

class NetworkMigrationFailedResourceDetails < Struct.new(
  :logical_id,
  :status,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end

#status_reasonString

The reason why the resource failed.

Returns:

  • (String)


4591
4592
4593
4594
4595
4596
4597
# File 'lib/aws-sdk-mgn/types.rb', line 4591

class NetworkMigrationFailedResourceDetails < Struct.new(
  :logical_id,
  :status,
  :status_reason)
  SENSITIVE = []
  include Aws::Structure
end