Class: Aws::QBusiness::Types::GroupStatusDetail

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb

Overview

Provides the details of a group's status.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#error_detailTypes::ErrorDetail

The details of an error associated a group status.

Returns:



3590
3591
3592
3593
3594
3595
3596
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3590

class GroupStatusDetail < Struct.new(
  :status,
  :last_updated_at,
  :error_detail)
  SENSITIVE = []
  include Aws::Structure
end

#last_updated_atTime

The Unix timestamp when the Amazon Q Business application was last updated.

Returns:

  • (Time)


3590
3591
3592
3593
3594
3595
3596
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3590

class GroupStatusDetail < Struct.new(
  :status,
  :last_updated_at,
  :error_detail)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

The status of a group.

Returns:

  • (String)


3590
3591
3592
3593
3594
3595
3596
# File 'gems/aws-sdk-qbusiness/lib/aws-sdk-qbusiness/types.rb', line 3590

class GroupStatusDetail < Struct.new(
  :status,
  :last_updated_at,
  :error_detail)
  SENSITIVE = []
  include Aws::Structure
end