Class: Aws::Types::BatchPermissionsFailureEntry
- Inherits:
-
Object
- Object
- Aws::Types::BatchPermissionsFailureEntry
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#error ⇒ Types::ErrorDetail
Returns the value of attribute error.
-
#request_entry ⇒ Types::BatchPermissionsRequestEntry
Returns the value of attribute request_entry.
Instance Attribute Details
#error ⇒ Types::ErrorDetail
Returns the value of attribute error.
78 79 80 |
# File 'sig/types.rbs', line 78 def error @error end |
#request_entry ⇒ Types::BatchPermissionsRequestEntry
Returns the value of attribute request_entry.
77 78 79 |
# File 'sig/types.rbs', line 77 def request_entry @request_entry end |