Class: Aws::ServiceQuotas::Types::ServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ServiceQuotas::Types::ServiceException
- Includes:
- Aws::Structure
- Defined in:
- lib/aws-sdk-servicequotas/types.rb
Overview
Something went wrong.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
1102 1103 1104 1105 1106 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 1102 class ServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |