Class: Aws::AppStream::Types::StackError
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::StackError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Describes a stack error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code.
-
#error_message ⇒ String
The error message.
Instance Attribute Details
#error_code ⇒ String
The error code.
4607 4608 4609 4610 4611 4612 |
# File 'lib/aws-sdk-appstream/types.rb', line 4607 class StackError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message.
4607 4608 4609 4610 4611 4612 |
# File 'lib/aws-sdk-appstream/types.rb', line 4607 class StackError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |