Class: Aws::ResourceGroups::Types::GroupingStatusesItem

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

Overview

The information about a grouping or ungrouping resource action.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#actionString

Describes the resource grouping action with values of GROUP or UNGROUP.

Returns:

  • (String)


823
824
825
826
827
828
829
830
831
832
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 823

class GroupingStatusesItem < Struct.new(
  :resource_arn,
  :action,
  :status,
  :error_message,
  :error_code,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#error_codeString

Specifies the error code that was raised.

Returns:

  • (String)


823
824
825
826
827
828
829
830
831
832
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 823

class GroupingStatusesItem < Struct.new(
  :resource_arn,
  :action,
  :status,
  :error_message,
  :error_code,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

A message that explains the ErrorCode.

Returns:

  • (String)


823
824
825
826
827
828
829
830
831
832
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 823

class GroupingStatusesItem < Struct.new(
  :resource_arn,
  :action,
  :status,
  :error_message,
  :error_code,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#resource_arnString

The Amazon resource name (ARN) of a resource.

Returns:

  • (String)


823
824
825
826
827
828
829
830
831
832
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 823

class GroupingStatusesItem < Struct.new(
  :resource_arn,
  :action,
  :status,
  :error_message,
  :error_code,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#statusString

Describes the resource grouping status with values of SUCCESS, FAILED, IN_PROGRESS, or SKIPPED.

Returns:

  • (String)


823
824
825
826
827
828
829
830
831
832
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 823

class GroupingStatusesItem < Struct.new(
  :resource_arn,
  :action,
  :status,
  :error_message,
  :error_code,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end

#updated_atTime

A timestamp of when the status was last updated.

Returns:

  • (Time)


823
824
825
826
827
828
829
830
831
832
# File 'gems/aws-sdk-resourcegroups/lib/aws-sdk-resourcegroups/types.rb', line 823

class GroupingStatusesItem < Struct.new(
  :resource_arn,
  :action,
  :status,
  :error_message,
  :error_code,
  :updated_at)
  SENSITIVE = []
  include Aws::Structure
end