Class: Aws::QBusiness::Types::GroupStatusDetail
- Inherits:
-
Struct
- Object
- Struct
- Aws::QBusiness::Types::GroupStatusDetail
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-qbusiness/types.rb
Overview
Provides the details of a group’s status.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#error_detail ⇒ Types::ErrorDetail
The details of an error associated a group status.
-
#last_updated_at ⇒ Time
The Unix timestamp when the Amazon Q Business application was last updated.
-
#status ⇒ String
The status of a group.
Instance Attribute Details
#error_detail ⇒ Types::ErrorDetail
The details of an error associated a group status.
4490 4491 4492 4493 4494 4495 4496 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4490 class GroupStatusDetail < Struct.new( :status, :last_updated_at, :error_detail) SENSITIVE = [] include Aws::Structure end |
#last_updated_at ⇒ Time
The Unix timestamp when the Amazon Q Business application was last updated.
4490 4491 4492 4493 4494 4495 4496 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4490 class GroupStatusDetail < Struct.new( :status, :last_updated_at, :error_detail) SENSITIVE = [] include Aws::Structure end |
#status ⇒ String
The status of a group.
4490 4491 4492 4493 4494 4495 4496 |
# File 'lib/aws-sdk-qbusiness/types.rb', line 4490 class GroupStatusDetail < Struct.new( :status, :last_updated_at, :error_detail) SENSITIVE = [] include Aws::Structure end |