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
818 819 820 821 822 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 818 class NoSuchResourceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |