Class: Aws::AppStream::Types::ErrorDetails

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

Overview

The error details.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code.

Returns:

  • (String)


3295
3296
3297
3298
3299
3300
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3295

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

#error_messageString

The error message.

Returns:

  • (String)


3295
3296
3297
3298
3299
3300
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3295

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