Class: Aws::AppStream::Types::FleetError
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::FleetError
- Defined in:
- gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb
Overview
Describes a fleet 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.
3830 3831 3832 3833 3834 3835 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3830 class FleetError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message.
3830 3831 3832 3833 3834 3835 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 3830 class FleetError < Struct.new( :error_code, :error_message) SENSITIVE = [] include Aws::Structure end |