Class: Aws::MarketplaceMetering::Types::DisabledApiException
- Inherits:
-
Struct
- Object
- Struct
- Aws::MarketplaceMetering::Types::DisabledApiException
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-marketplacemetering/types.rb
Overview
The API is disabled in the Region.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
Instance Attribute Details
#message ⇒ String
83 84 85 86 87 |
# File 'lib/aws-sdk-marketplacemetering/types.rb', line 83 class DisabledApiException < Struct.new( :message) SENSITIVE = [] include Aws::Structure end |