Class: Aws::RAM::Types::UnknownResourceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::RAM::Types::UnknownResourceException
- Defined in:
- gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb
Overview
The operation failed because a specified resource couldn't be found.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
3821 3822 3823 3824 3825 |
# File 'gems/aws-sdk-ram/lib/aws-sdk-ram/types.rb', line 3821 class UnknownResourceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |