Class: Aws::SSOAdmin::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::ResourceNotFoundException
- Defined in:
- gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb
Overview
Indicates that a requested resource is not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
-
#reason ⇒ String
The reason for the resource not found exception.
Instance Attribute Details
#message ⇒ String
3952 3953 3954 3955 3956 3957 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3952 class ResourceNotFoundException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |
#reason ⇒ String
The reason for the resource not found exception.
3952 3953 3954 3955 3956 3957 |
# File 'gems/aws-sdk-ssoadmin/lib/aws-sdk-ssoadmin/types.rb', line 3952 class ResourceNotFoundException < Struct.new( :message, :reason) SENSITIVE = [] include Aws::Structure end |