Class: Aws::AppRegistry::Types::ResourceGroup

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-appregistry/types.rb

Overview

The information about the resource group integration.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#arnString

The Amazon resource name (ARN) of the resource group.

Returns:

  • (String)


1184
1185
1186
1187
1188
1189
1190
# File 'lib/aws-sdk-appregistry/types.rb', line 1184

class ResourceGroup < Struct.new(
  :state,
  :arn,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#error_messageString

The error message that generates when the propagation process for the resource group fails.

Returns:

  • (String)


1184
1185
1186
1187
1188
1189
1190
# File 'lib/aws-sdk-appregistry/types.rb', line 1184

class ResourceGroup < Struct.new(
  :state,
  :arn,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end

#stateString

The state of the propagation process for the resource group. The states includes:

‘CREATING `if the resource group is in the process of being created.

‘CREATE_COMPLETE` if the resource group was created successfully.

‘CREATE_FAILED` if the resource group failed to be created.

‘UPDATING` if the resource group is in the process of being updated.

‘UPDATE_COMPLETE` if the resource group updated successfully.

‘UPDATE_FAILED` if the resource group could not update successfully.

Returns:

  • (String)


1184
1185
1186
1187
1188
1189
1190
# File 'lib/aws-sdk-appregistry/types.rb', line 1184

class ResourceGroup < Struct.new(
  :state,
  :arn,
  :error_message)
  SENSITIVE = []
  include Aws::Structure
end