Class: Aws::SSOOIDC::Types::InvalidScopeException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOOIDC::Types::InvalidScopeException
- Defined in:
- gems/aws-sdk-ssooidc/lib/aws-sdk-ssooidc/types.rb
Overview
Indicates that the scope provided in the request is invalid.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#error ⇒ String
313 314 315 316 317 318 |
# File 'gems/aws-sdk-ssooidc/lib/aws-sdk-ssooidc/types.rb', line 313 class InvalidScopeException < Struct.new( :error, :error_description) SENSITIVE = [] include Aws::Structure end |
#error_description ⇒ String
313 314 315 316 317 318 |
# File 'gems/aws-sdk-ssooidc/lib/aws-sdk-ssooidc/types.rb', line 313 class InvalidScopeException < Struct.new( :error, :error_description) SENSITIVE = [] include Aws::Structure end |