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.
1024 1025 1026 |
# File 'sig/types.rbs', line 1024 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
1025 1026 1027 |
# File 'sig/types.rbs', line 1025 def @message end |
#resource_ids ⇒ ::Array[::String]
Returns the value of attribute resource_ids.
1026 1027 1028 |
# File 'sig/types.rbs', line 1026 def resource_ids @resource_ids end |