Class: Aws::Types::BatchGetPolicyErrorItem
- Inherits:
-
Object
- Object
- Aws::Types::BatchGetPolicyErrorItem
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ "POLICY_STORE_NOT_FOUND", ...
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
-
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
Instance Attribute Details
#code ⇒ "POLICY_STORE_NOT_FOUND", ...
Returns the value of attribute code.
61 62 63 |
# File 'sig/types.rbs', line 61 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
64 65 66 |
# File 'sig/types.rbs', line 64 def @message end |
#policy_id ⇒ ::String
Returns the value of attribute policy_id.
63 64 65 |
# File 'sig/types.rbs', line 63 def policy_id @policy_id end |
#policy_store_id ⇒ ::String
Returns the value of attribute policy_store_id.
62 63 64 |
# File 'sig/types.rbs', line 62 def policy_store_id @policy_store_id end |