Class: Aws::ResourceGroups::Types::GroupingStatusesItem
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::ResourceGroups::Types::GroupingStatusesItem
 
 
- Includes:
 - Structure
 
- Defined in:
 - lib/aws-sdk-resourcegroups/types.rb
 
Overview
The information about a grouping or ungrouping resource action.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #action  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes the resource grouping action with values of ‘GROUP` or `UNGROUP`.
 - 
  
    
      #error_code  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Specifies the error code that was raised.
 - 
  
    
      #error_message  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A message that explains the ‘ErrorCode`.
 - 
  
    
      #resource_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon resource name (ARN) of a resource.
 - 
  
    
      #status  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
Describes the resource grouping status with values of ‘SUCCESS`, `FAILED`, `IN_PROGRESS`, or `SKIPPED`.
 - 
  
    
      #updated_at  ⇒ Time 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
A timestamp of when the status was last updated.
 
Instance Attribute Details
#action ⇒ String
Describes the resource grouping action with values of ‘GROUP` or `UNGROUP`.
      823 824 825 826 827 828 829 830 831 832  | 
    
      # File '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_code ⇒ String
Specifies the error code that was raised.
      823 824 825 826 827 828 829 830 831 832  | 
    
      # File '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_message ⇒ String
A message that explains the ‘ErrorCode`.
      823 824 825 826 827 828 829 830 831 832  | 
    
      # File '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_arn ⇒ String
The Amazon resource name (ARN) of a resource.
      823 824 825 826 827 828 829 830 831 832  | 
    
      # File '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  | 
  
#status ⇒ String
Describes the resource grouping status with values of ‘SUCCESS`, `FAILED`, `IN_PROGRESS`, or `SKIPPED`.
      823 824 825 826 827 828 829 830 831 832  | 
    
      # File '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_at ⇒ Time
A timestamp of when the status was last updated.
      823 824 825 826 827 828 829 830 831 832  | 
    
      # File '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  |