Class: Aws::AppStream::Types::LastReportGenerationExecutionError

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/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

Instance Attribute Details

#error_codeString

The error code for the error that is returned when a usage report can't be generated.

Returns:

  • (String)


4029
4030
4031
4032
4033
4034
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4029

class LastReportGenerationExecutionError < Struct.new(
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message for the error that is returned when a usage report can't be generated.

Returns:

  • (String)


4029
4030
4031
4032
4033
4034
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4029

class LastReportGenerationExecutionError < Struct.new(
  :error_code,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end