Class: Aws::RolesAnywhere::Types::ResourceNotFoundException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RolesAnywhere::Types::ResourceNotFoundException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-rolesanywhere/types.rb
Overview
The resource could not be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
796 797 798 799 800 |
# File 'lib/aws-sdk-rolesanywhere/types.rb', line 796 class ResourceNotFoundException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |