Class: Aws::AppStream::Types::ResourceError
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::ResourceError
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appstream/types.rb
Overview
Describes a resource error.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_code ⇒ String
The error code.
-
#error_message ⇒ String
The error message.
-
#error_timestamp ⇒ Time
The time the error occurred.
Instance Attribute Details
#error_code ⇒ String
The error code.
4433 4434 4435 4436 4437 4438 4439 |
# File 'lib/aws-sdk-appstream/types.rb', line 4433 class ResourceError < Struct.new( :error_code, :error_message, :error_timestamp) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message.
4433 4434 4435 4436 4437 4438 4439 |
# File 'lib/aws-sdk-appstream/types.rb', line 4433 class ResourceError < Struct.new( :error_code, :error_message, :error_timestamp) SENSITIVE = [] include Aws::Structure end |
#error_timestamp ⇒ Time
The time the error occurred.
4433 4434 4435 4436 4437 4438 4439 |
# File 'lib/aws-sdk-appstream/types.rb', line 4433 class ResourceError < Struct.new( :error_code, :error_message, :error_timestamp) SENSITIVE = [] include Aws::Structure end |