Class: Aws::Types::BatchSecurityRequirementError
- Inherits:
-
Object
- Object
- Aws::Types::BatchSecurityRequirementError
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#code ⇒ ::String
Returns the value of attribute code.
-
#message ⇒ ::String
Returns the value of attribute message.
-
#security_requirement_name ⇒ ::String
Returns the value of attribute security_requirement_name.
Instance Attribute Details
#code ⇒ ::String
Returns the value of attribute code.
375 376 377 |
# File 'sig/types.rbs', line 375 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
376 377 378 |
# File 'sig/types.rbs', line 376 def @message end |
#security_requirement_name ⇒ ::String
Returns the value of attribute security_requirement_name.
374 375 376 |
# File 'sig/types.rbs', line 374 def security_requirement_name @security_requirement_name end |