Class: Aws::VerifiedPermissions::Types::ResourceConflict
- Inherits:
-
Struct
- Object
- Struct
- Aws::VerifiedPermissions::Types::ResourceConflict
- Defined in:
- gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb
Overview
Contains information about a resource conflict.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#resource_id ⇒ String
The unique identifier of the resource involved in a conflict.
-
#resource_type ⇒ String
The type of the resource involved in a conflict.
Instance Attribute Details
#resource_id ⇒ String
The unique identifier of the resource involved in a conflict.
3424 3425 3426 3427 3428 3429 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3424 class ResourceConflict < Struct.new( :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |
#resource_type ⇒ String
The type of the resource involved in a conflict.
3424 3425 3426 3427 3428 3429 |
# File 'gems/aws-sdk-verifiedpermissions/lib/aws-sdk-verifiedpermissions/types.rb', line 3424 class ResourceConflict < Struct.new( :resource_id, :resource_type) SENSITIVE = [] include Aws::Structure end |