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.
3043 3044 3045 |
# File 'sig/types.rbs', line 3043 def federation_source_error_code @federation_source_error_code end |
#message ⇒ ::String
Returns the value of attribute message.
3044 3045 3046 |
# File 'sig/types.rbs', line 3044 def @message end |