Class: Aws::SSOAdmin::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::SSOAdmin::Types::ResourceNotFoundException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-ssoadmin/types.rb
Overview
Indicates that a requested resource is not found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3778 3779 3780 3781 3782 |
# File 'lib/aws-sdk-ssoadmin/types.rb', line 3778 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |