Class: Aws::Pricing::Types::InternalErrorException
- Inherits:
-
Struct
- Object
- Struct
- Aws::Pricing::Types::InternalErrorException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-pricing/types.rb
Overview
An error on the server occurred during the processing of your request. Try again later.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
310 311 312 313 314 |
# File 'lib/aws-sdk-pricing/types.rb', line 310 class InternalErrorException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |