Class: Aws::Types::FargateProfileIssue
- Inherits:
-
Object
- Object
- Aws::Types::FargateProfileIssue
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "PodExecutionRoleAlreadyInUse", ...
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#resource_ids ⇒ ::Array[::String]
Returns the value of attribute resource_ids.
Instance Attribute Details
#code ⇒ "PodExecutionRoleAlreadyInUse", ...
Returns the value of attribute code.
1118 1119 1120 |
# File 'sig/types.rbs', line 1118 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
1119 1120 1121 |
# File 'sig/types.rbs', line 1119 def @message end |
#resource_ids ⇒ ::Array[::String]
Returns the value of attribute resource_ids.
1120 1121 1122 |
# File 'sig/types.rbs', line 1120 def resource_ids @resource_ids end |