Class: Aws::FMS::Types::FailedItem

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

Overview

Details of a resource that failed when trying to update it's association to a resource set.

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#reasonString

The reason the resource's association could not be updated.

Returns:

  • (String)


1316
1317
1318
1319
1320
1321
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1316

class FailedItem < Struct.new(
  :uri,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end

#uriString

The univeral resource indicator (URI) of the resource that failed.

Returns:

  • (String)


1316
1317
1318
1319
1320
1321
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1316

class FailedItem < Struct.new(
  :uri,
  :reason)
  SENSITIVE = []
  include Aws::Structure
end