Class: Aws::AppStream::Types::StackError

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

Overview

Describes a stack error.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code.

Returns:

  • (String)


4607
4608
4609
4610
4611
4612
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4607

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

#error_messageString

The error message.

Returns:

  • (String)


4607
4608
4609
4610
4611
4612
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4607

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