Class: Aws::Mgn::Types::NetworkMigrationFailedResourceDetails
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::NetworkMigrationFailedResourceDetails
- 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
-
#logical_id ⇒ String
The logical ID of the failed resource.
-
#status ⇒ String
The status of the failed resource.
-
#status_reason ⇒ String
The reason why the resource failed.
Instance Attribute Details
#logical_id ⇒ String
The logical ID of the failed resource.
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 ⇒ String
The status of the failed resource.
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_reason ⇒ String
The reason why the resource failed.
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 |