Class: Aws::AppStream::Types::FleetError

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb

Overview

Describes a fleet error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code.

Returns:

  • (String)


3830
3831
3832
3833
3834
3835
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3830

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

#error_messageString

The error message.

Returns:

  • (String)


3830
3831
3832
3833
3834
3835
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3830

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