You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ResourceGroups::Types::FailedResource

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

A resource that failed to be added to or removed from a group.

Instance Attribute Summary collapse

Instance Attribute Details

#error_codeString

The error code associated with the failure.

Returns:

  • (String)

    The error code associated with the failure.

#error_messageString

The error message text associated with the failure.

Returns:

  • (String)

    The error message text associated with the failure.

#resource_arnString

The ARN of the resource that failed to be added or removed.

Returns:

  • (String)

    The ARN of the resource that failed to be added or removed.