Class: Aws::ElasticBeanstalk::Types::ElasticBeanstalkServiceException
- Inherits:
-
Struct
- Object
- Struct
- Aws::ElasticBeanstalk::Types::ElasticBeanstalkServiceException
- Defined in:
- gems/aws-sdk-elasticbeanstalk/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.
2595 2596 2597 2598 2599 |
# File 'gems/aws-sdk-elasticbeanstalk/lib/aws-sdk-elasticbeanstalk/types.rb', line 2595 class ElasticBeanstalkServiceException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |