Class: Aws::ServiceQuotas::Types::NoSuchResourceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::NoSuchResourceException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicequotas/types.rb
Overview
The specified resource does not exist.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
882 883 884 885 886 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 882 class NoSuchResourceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |