Class: Aws::AppStream::Types::StackError
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::StackError
- 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
-
#error_code ⇒ String
The error code.
-
#error_message ⇒ String
The error message.
Instance Attribute Details
#error_code ⇒ String
The error code.
4766 4767 4768 4769 4770 4771 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4766 class StackError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message.
4766 4767 4768 4769 4770 4771 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 4766 class StackError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |