Class: Aws::ARCRegionswitch::Types::FailedReportOutput
- Inherits:
-
Struct
- Object
- Struct
- Aws::ARCRegionswitch::Types::FailedReportOutput
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-arcregionswitch/types.rb
Overview
Information about a report generation that failed.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code for the failed report generation.
-
#error_message ⇒ String
The error message for the failed report generation.
Instance Attribute Details
#error_code ⇒ String
The error code for the failed report generation.
960 961 962 963 964 965 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 960 class FailedReportOutput < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message for the failed report generation.
960 961 962 963 964 965 |
# File 'lib/aws-sdk-arcregionswitch/types.rb', line 960 class FailedReportOutput < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |