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.
4025 4026 4027 4028 4029 4030 |
# File 'lib/aws-sdk-appstream/types.rb', line 4025 class StackError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message.
4025 4026 4027 4028 4029 4030 |
# File 'lib/aws-sdk-appstream/types.rb', line 4025 class StackError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |