Class: Aws::ElasticBeanstalk::Types::ElasticBeanstalkServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::ElasticBeanstalkServiceException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-elasticbeanstalk/types.rb
Overview
A generic service exception has occurred.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#message ⇒ String
The exception error message.
Instance Attribute Details
#message ⇒ String
The exception error message.
2218 2219 2220 2221 2222 |
# File 'lib/aws-sdk-elasticbeanstalk/types.rb', line 2218 class ElasticBeanstalkServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |