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.
377 378 379 |
# File 'sig/types.rbs', line 377 def code @code end |
#message ⇒ ::String
Returns the value of attribute message.
378 379 380 |
# File 'sig/types.rbs', line 378 def @message end |
#security_requirement_name ⇒ ::String
Returns the value of attribute security_requirement_name.
376 377 378 |
# File 'sig/types.rbs', line 376 def security_requirement_name @security_requirement_name end |