Class: Aws::MarketplaceMetering::Types::DisabledApiException

Inherits:
Struct
  • Object
show all
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

#messageString

Returns:

  • (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