Class: Aws::Types::RepositoryScanningConfigurationFailure
- Inherits:
-
Object
- Object
- Aws::Types::RepositoryScanningConfigurationFailure
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#failure_code ⇒ "REPOSITORY_NOT_FOUND"
Returns the value of attribute failure_code.
-
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
-
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
Instance Attribute Details
#failure_code ⇒ "REPOSITORY_NOT_FOUND"
Returns the value of attribute failure_code.
1170 1171 1172 |
# File 'sig/types.rbs', line 1170 def failure_code @failure_code end |
#failure_reason ⇒ ::String
Returns the value of attribute failure_reason.
1171 1172 1173 |
# File 'sig/types.rbs', line 1171 def failure_reason @failure_reason end |
#repository_name ⇒ ::String
Returns the value of attribute repository_name.
1169 1170 1171 |
# File 'sig/types.rbs', line 1169 def repository_name @repository_name end |