Class: Aws::AppStream::Types::ResourceError
- Inherits:
-
Struct
- Object
- Struct
- Aws::AppStream::Types::ResourceError
- Defined in:
- gems/aws-sdk-appstream/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.
5384 5385 5386 5387 5388 5389 5390 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5384 class ResourceError < Struct.new( :error_code, :error_message, :error_timestamp) SENSITIVE = [] include Aws::Structure end |
#error_message ⇒ String
The error message.
5384 5385 5386 5387 5388 5389 5390 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5384 class ResourceError < Struct.new( :error_code, :error_message, :error_timestamp) SENSITIVE = [] include Aws::Structure end |
#error_timestamp ⇒ Time
The time the error occurred.
5384 5385 5386 5387 5388 5389 5390 |
# File 'gems/aws-sdk-appstream/lib/aws-sdk-appstream/types.rb', line 5384 class ResourceError < Struct.new( :error_code, :error_message, :error_timestamp) SENSITIVE = [] include Aws::Structure end |