Class: Aws::Types::FederationSourceException
- Inherits:
-
Object
- Object
- Aws::Types::FederationSourceException
- Defined in:
- sig/types.rbs
Constant Summary collapse
- SENSITIVE =
Instance Attribute Summary collapse
-
#federation_source_error_code ⇒ "AccessDeniedException", ...
Returns the value of attribute federation_source_error_code.
-
#message ⇒ ::String
Returns the value of attribute message.
Instance Attribute Details
#federation_source_error_code ⇒ "AccessDeniedException", ...
Returns the value of attribute federation_source_error_code.
3027 3028 3029 |
# File 'sig/types.rbs', line 3027 def federation_source_error_code @federation_source_error_code end |
#message ⇒ ::String
Returns the value of attribute message.
3028 3029 3030 |
# File 'sig/types.rbs', line 3028 def @message end |