Class: Aws::AppStream::Types::LastReportGenerationExecutionError
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::LastReportGenerationExecutionError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Describes the error that is returned when a usage report can’t be generated.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code for the error that is returned when a usage report can’t be generated.
-
#error_message ⇒ String
The error message for the error that is returned when a usage report can’t be generated.
Instance Attribute Details
#error_code ⇒ String
The error code for the error that is returned when a usage report can’t be generated.
4188 4189 4190 4191 4192 4193 |
# File 'lib/aws-sdk-appstream/types.rb', line 4188 class LastReportGenerationExecutionError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message for the error that is returned when a usage report can’t be generated.
4188 4189 4190 4191 4192 4193 |
# File 'lib/aws-sdk-appstream/types.rb', line 4188 class LastReportGenerationExecutionError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |