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)


1132
1133
1134
1135
1136
1137
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1132

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

#uriString

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

Returns:

  • (String)


1132
1133
1134
1135
1136
1137
# File 'gems/aws-sdk-fms/lib/aws-sdk-fms/types.rb', line 1132

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