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.
3714 3715 3716 3717 3718 3719 3720 |
# File 'lib/aws-sdk-appstream/types.rb', line 3714 class ResourceError < Struct.new( :error_code, :error_message, :error_timestamp) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message.
3714 3715 3716 3717 3718 3719 3720 |
# File 'lib/aws-sdk-appstream/types.rb', line 3714 class ResourceError < Struct.new( :error_code, :error_message, :error_timestamp) SENSITIVE = [] include Aws::Structure end |
#error_timestamp ⇒ Time
The time the error occurred.
3714 3715 3716 3717 3718 3719 3720 |
# File 'lib/aws-sdk-appstream/types.rb', line 3714 class ResourceError < Struct.new( :error_code, :error_message, :error_timestamp) SENSITIVE = [] include Aws::Structure end |