Class: Aws::DSQL::Types::StatusReason
- Inherits:
-
Struct
- Object
- Struct
- Aws::DSQL::Types::StatusReason
- Defined in:
- gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb
Overview
Stream status reason with error and timestamp.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error ⇒ String
The error code for the stream failure.
-
#updated_at ⇒ Time
The timestamp when the status was updated.
Instance Attribute Details
#error ⇒ String
The error code for the stream failure.
965 966 967 968 969 970 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 965 class StatusReason < Struct.new( :error, :updated_at) SENSITIVE = [] include Aws::Structure end |
#updated_at ⇒ Time
The timestamp when the status was updated.
965 966 967 968 969 970 |
# File 'gems/aws-sdk-dsql/lib/aws-sdk-dsql/types.rb', line 965 class StatusReason < Struct.new( :error, :updated_at) SENSITIVE = [] include Aws::Structure end |