Class: Aws::Mgn::Types::DataReplicationError
- Inherits:
-
Struct
- Object
- Struct
- Aws::Mgn::Types::DataReplicationError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-mgn/types.rb
Overview
Error in data replication.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error ⇒ String
Error in data replication.
-
#raw_error ⇒ String
Error in data replication.
Instance Attribute Details
#error ⇒ String
Error in data replication.
619 620 621 622 623 624 |
# File 'lib/aws-sdk-mgn/types.rb', line 619 class DataReplicationError < Struct.new( :error, :raw_error) SENSITIVE = [] include Aws::Structure end |
#raw_error ⇒ String
Error in data replication.
619 620 621 622 623 624 |
# File 'lib/aws-sdk-mgn/types.rb', line 619 class DataReplicationError < Struct.new( :error, :raw_error) SENSITIVE = [] include Aws::Structure end |