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
1149 1150 1151 1152 1153 |
# File 'lib/aws-sdk-servicequotas/types.rb', line 1149 class ServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |