Class: Aws::FMS::Types::FailedItem
- Inherits:
-
Struct
- Object
- Struct
- Aws::FMS::Types::FailedItem
- 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
-
#reason ⇒ String
The reason the resource's association could not be updated.
-
#uri ⇒ String
The univeral resource indicator (URI) of the resource that failed.
Instance Attribute Details
#reason ⇒ String
The reason the resource's association could not be updated.
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 |
#uri ⇒ String
The univeral resource indicator (URI) of the resource that failed.
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 |